home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / IDimager Personal 4.2.0.3 / setup_IDimager_Personal_V4.exe / {app} / web / showcollection.psc < prev    next >
Text File  |  2008-06-07  |  639b  |  32 lines

  1. <html>
  2.  
  3. <head>
  4.   <title>IDimager Collection</title>
  5.  
  6.   <link rel="stylesheet" href="%var:PageOffset/idimager.css" type="text/css"/>
  7.  
  8.   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  9.  
  10.   %include api.inc %/include
  11.  
  12. </head>
  13.  
  14. <body onLoad="javascript:getHTML('%var:PageOffset/modules/collimages.psc', 'thumbs', 'GUID=%code result := Request.Params.Values['GUID']%/code');">
  15.  
  16. <table border=0 width="100%">
  17.   <tr>
  18.     <td colspan="2">
  19.       <!-- header here? -->
  20.     </td>
  21.   </tr>
  22.   <tr>
  23.     <td align="center">
  24.       <div id="thumbs">
  25.       </div>
  26.     </td>
  27.   </tr>
  28.  
  29. </table>
  30.  
  31. </body>
  32. </html>